home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11575 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  994 b 

  1. Path: canopus.cc.umanitoba.ca!natewild
  2. From: natewild@mbnet.mb.ca (Nathan T. Wild)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Novice itoa question
  5. Date: Sat, 23 Mar 1996 08:25:24 -0500
  6. Organization: WankerNET - Digital TimeWasters Inc.
  7. Message-ID: <Ev/Uxc9nXw3c083yn@mbnet.mb.ca>
  8. References: <314c4f44.14893140@news.exis.net>
  9. NNTP-Posting-Host: access.mbnet.mb.ca
  10. Originator: natewild@access.mbnet.mb.ca
  11.  
  12. herborn@exis.net (Steve Herborn) Wrote (In comp.lang.c):
  13. > Is there a way to convert an entire integer array to an ASCII string
  14. > arrray?
  15.  
  16. No.  Use a loop...
  17.      
  18.  
  19. |--------------------------------------------------------------------|
  20. | ooooO (``)   (``) Ooooo | Nathan T. Wild                           | 
  21. | (   ) )  (   )  ( (   ) | natewild@mbnet.mb.ca                     |
  22. | )  (  (   ) (   ) )  (  | ftp://ftp.mbnet.mb.ca/pub/natewild       |
  23. | (__)  ooooO Ooooo (__)  | http://www.mbnet.mb.ca/~natewild         |
  24. |--------------------------------------------------------------------|
  25.